Release 10.1A: OpenEdge Development:
Java Open Clients
Adding a row to a ProDataGraph
A change to a
ProDataGraphcan include adding additional rows (ProDataObjectinstances).
![]()
To add a row to a
ProDataGraph:
- Create a
ProDataObjectfor a specific table, using theProDataGraphcreateProDataObject()method.- Add data to the new
ProDataObjectusing the variousProDataObjectmethods for setting column properties.- Add the row to the specified table (
ProDataObjectcollection) using theProDataGraphaddProDataObject()method.- If the
ProDataObjectparticipates in any data-relations (ProDataRelationMetaData), generate the required parent-child references to and from theProDataObject, using theProDataGraphsetChildTableReferences()method.For more information on adding a row to a
ProDataGraph, see the "Adding data to a ProDataGraph" section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |